﻿CHARACTERS = {
	c:SEQ ?= {
		create_character = {
			# John Jolly, leader of the Cherokee Nation-West
			first_name = "John"
			last_name = "Jolly"
			historical = yes
			culture = cu:cherokee
			ruler = yes
			age = 73 # birth year variously listed as both 1763 and 1770
			interest_group = ig_landowners
			ideology = ideology_moderate
			traits = {
				charismatic
				innovative
				basic_diplomat
			}
		}
	}
}
